B-Series Performance check

1
2
3
4
5
6
7
8
9
$SubscriptionID = ''
$SubscriptionName = ''
$DaysToAnalyze = 14

Connect-AzureRmAccount
Set-AzureRmContext -Subscription $SubscriptionID

# Excluding Memory Usage Analysis. Remove
. .\Get-AzureRmBurstApplicability -VmName DC001 -LastDays $DaysToAnalyze -ignoreMemory -showChart -subscriptionName $SubscriptionName